home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Internet / WindowWasher / washer.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Encoding:
Text File  |  2000-06-02  |  1.3 KB  |  68 lines

  1. object Form4: TForm4
  2.   Left = 198
  3.   Top = 206
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Registry Keys and Values'
  7.   ClientHeight = 151
  8.   ClientWidth = 458
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListView1: TListView
  21.     Left = 7
  22.     Top = 9
  23.     Width = 442
  24.     Height = 90
  25.     Color = clWhite
  26.     Columns = <
  27.       item
  28.         Caption = 'Registry Keys and Values That Wil Be Auto-Erased'
  29.         Width = 438
  30.       end>
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -5
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     ViewStyle = vsReport
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 131
  42.     Top = 114
  43.     Width = 57
  44.     Height = 25
  45.     Caption = 'Add'
  46.     TabOrder = 1
  47.     OnClick = BitBtn1Click
  48.   end
  49.   object BitBtn2: TBitBtn
  50.     Left = 279
  51.     Top = 114
  52.     Width = 57
  53.     Height = 25
  54.     Caption = 'Done'
  55.     TabOrder = 3
  56.     OnClick = BitBtn2Click
  57.   end
  58.   object BitBtn3: TBitBtn
  59.     Left = 205
  60.     Top = 114
  61.     Width = 57
  62.     Height = 25
  63.     Caption = 'Remove'
  64.     TabOrder = 2
  65.     OnClick = BitBtn3Click
  66.   end
  67. end
  68.